'Deklaration
Public ReadOnly Property Keys As System.Collections.Generic.Dictionary(Of TKey,TValue)
'Usage
Dim instance As ObservableDictionary(Of TKey,TValue) Dim value As System.Collections.Generic.Dictionary(Of TKey,TValue) value = instance.Keys
public System.Collections.Generic.Dictionary<TKey,TValue> Keys {get;}